Open
Conversation
assertj-generator-maven-plugin
There was a problem hiding this comment.
Pull request overview
This PR successfully moves the assertj-assertions-generator-maven-plugin into the main assertj-generator repository as part of consolidating related projects. The key changes include:
- Relocation of all maven plugin code, tests, and resources from a separate repository
- Update of Mockito imports from deprecated
Matchers.anytoArgumentMatchers.any(compatible with Mockito v4) - Temporary disabling of JaCoCo coverage checks for the new module to allow the build to pass
- Update of main README link to point to the new location
Reviewed changes
Copilot reviewed 45 out of 45 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Added new maven-plugin module to the parent build |
| assertj-generator-maven-plugin/pom.xml | Maven plugin module configuration with jacoco temporarily disabled |
| assertj-generator-maven-plugin/src/main/java/**/*.java | Core maven plugin implementation files (Mojo, generator, templates, report) |
| assertj-generator-maven-plugin/src/test/java/**/*.java | Test files with updated Mockito imports and test data classes |
| assertj-generator-maven-plugin/src/test/resources/templates/**/*.txt | Custom template files for testing template override functionality |
| assertj-generator-maven-plugin/README.md | Documentation for the maven plugin |
| README.md | Updated link to point to new maven plugin location |
| CODE_OF_CONDUCT.md | Standard code of conduct file |
| eclipse/assertj-eclipse-formatter.xml | Eclipse formatter configuration |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
...j-generator-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/Templates.java
Outdated
Show resolved
Hide resolved
...nerator-maven-plugin/src/test/java/org/assertj/assertions/generator/maven/TemplatesTest.java
Outdated
Show resolved
Hide resolved
...r-maven-plugin/src/main/java/org/assertj/assertions/generator/maven/AssertionsGenerator.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
assertj/assertj-generatorassertj-assertions-generator-maven-plugin#113